html,
body {
    overflow-x: hidden !important;
}

/* Accessibility Bar Styling */
.accessibility-bar {
    font-size: 14px;
    z-index: 1050;
    position: relative;
}

/* HIGH CONTRAST MODE (Warna Hitam-Kuning/Cyan) */
body.high-contrast {
    background-color: #000000 !important;
    color: #fae704 !important; /* Teks default kuning */
}

body.high-contrast .navbar,
body.high-contrast .accessibility-bar,
body.high-contrast footer {
    background-color: #000000 !important;
    border-color: #ffffff !important;
}

/* Font contrast start*/
body.high-contrast a,
body.high-contrast p,
body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast h5,
body.high-contrast .word-inclusive {
    color: #fae704 !important;
}
/* Font contrast end */

/* Nav contrast start */
body.high-contrast .nav-link {
    color: #6ff !important;
}
body.high-contrast .navbar-light .navbar-nav .nav-link::before {
    background: #6ff !important;
}
/* 1. Memaksa teks nav-link (termasuk yang .active) menjadi hitam saat backgroundnya cerah */
body.high-contrast .navbar-light .navbar-nav .nav-link.active,
body.high-contrast .navbar-light .navbar-nav .nav-link:hover,
body.high-contrast .navbar-light .navbar-nav .nav-link {
    color: #000000 !important; /* Menjadi hitam agar terlihat di bg cyan */
}

/* Nav contrast end */

/* Carousel caption contrast start */
body.high-contrast .carousel-caption p {
    color: #fae704 !important;
    background-color: #000000 !important;
}
/* Carousel caption contrast end */

/* Button contrast start */
body.high-contrast .accessibility-tools > .text-size-tools > button {
    color: #6ff !important;
}

body.high-contrast .accessibility-tools > .text-size-tools > span,
body.high-contrast .contrast-tool > button,
body.high-contrast .accessibility-link > a {
    color: #6ff !important;
    /* border: 2px solid #fae704 !important; */
}

body.high-contrast .contrast-tool > button:hover,
body.high-contrast .accessibility-link > a:hover,
body.high-contrast .accessibility-tools > .text-size-tools > button:hover {
    color: #6ff !important;
    text-decoration: underline;
}

/* Button contrast end */

body.high-contrast {
    background-color: #000000 !important;
    color: #6ff !important;
}
body.high-contrast .navbar-light .navbar-nav .nav-link {
    color: #6ff !important; /* Warna Cyan agar terbaca jelas di hitam */
    background-color: transparent !important;
}
body.high-contrast .navbar-light .navbar-nav .nav-link:hover {
    color: #000000 !important;
    text-decoration: underline;
}
body.high-contrast .navbar .nav-item .dropdown-menu {
    background-color: #000000 !important;
    border: 1px solid #6ff !important;
}

/* Memaksa warna link di dalam Dropdown */
body.high-contrast .dropdown-item {
    color: #6ff !important;
    background-color: #000000 !important;
}

/* Warna saat dropdown item di-hover */
body.high-contrast .dropdown-item:hover {
    background-color: #6ff !important;
    color: #000000 !important;
}

/* Memaksa warna Logo/Brand jika teks */
body.high-contrast .navbar-brand h1 {
    color: #6ff !important;
}

/* Memaksa warna Toggler (Garis tiga di mobile) */
body.high-contrast .navbar-toggler {
    background-color: #6ff !important;
    border-color: #6ff !important;
}

/* Carrousel header image contrast start */
body.high-contrast
    .carousel-header
    .carousel-inner
    .carousel-item
    .carousel-caption {
    border-bottom: 1px solid #ffffff !important;
}
/* Carrousel header image contrast end */
/* Madding info contrast start */

body.high-contrast .madding-info {
    background-color: #000000 !important;
    box-shadow: none;
    border: 2px solid #ffffff !important;
}

/* Madding info contrast end */

body.high-contrast .bg-purpose {
    background: #000000 !important;
}

body.high-contrast .bg-badge-purpose {
    background-color: #6ff !important;
    color: #000000 !important;
}

body.high-contrast .bg-work-env {
    background: none;
    background-repeat: no-repeat;
    border: 1px solid #ffffff !important;
}
body.high-contrast .bg-work-env::before {
    content: none !important;
    display: none !important;
}
body.high-contrast .bg-work-env > div > h6 {
    color: #6ff !important;
}

body.high-contrast .bg-work-env > div > img {
    filter: brightness(0) invert(1) !important;
}
body.high-contrast i,
body.high-contrast .fas,
body.high-contrast .fab,
body.high-contrast .bi {
    color: #ffffff !important;
}
body.high-contrast .blog-button > a > i {
    color: #000000 !important;
}
body.high-contrast .service > .container > .row > .col-md-6 > .card {
    background: none !important;
    border: 1px solid #ffffff !important;
}
body.high-contrast
    .service
    > .container
    > .row
    > .col-md-6
    > .card
    > .card-body
    > h5 {
    color: #6ff !important;
}

body.high-contrast
    .service
    > .container
    > .row
    > .col-md-6
    > .card
    > .card-body
    > .mb-3
    > span {
    background-color: #ffffff !important;
}

body.high-contrast
    .service
    > .container
    > .row
    > .col-md-6
    > .card
    > .card-body
    > .mb-3
    > span
    > i {
    color: #000000 !important;
}

body.high-contrast
    .service
    > .container
    > .row
    > .col-md-6
    > .card
    > .bg-white {
    background: none !important;
}
body.high-contrast .info-card{
    background-color: #000000 !important;
    box-shadow: none !important;
    border: 1px solid #ffffff !important;
}

body.high-contrast .service {
    border-top: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    background-color: #000000 !important;
}

body.high-contrast .stat1,
body.high-contrast .text-stat1,
body.high-contrast .stat2,
body.high-contrast .text-stat2,
body.high-contrast .stat3,
body.high-contrast .text-stat3,
body.high-contrast .stat4,
body.high-contrast .text-stat4 {
    color: #6ff !important;
}

body.high-contrast .story-card {
    background: none !important;
    border: 1px #ffffff solid !important;
}

body.high-contrast .story-info > h5 {
    color: #6ff !important;
}
body.high-contrast .story-card > .story-content {
    color: #fae704 !important;
    font-style: normal !important;
}

body.high-contrast .owl-dot span {
    background: #ffffff !important;
}

body.high-contrast .owl-dot.active span {
    background: #ffffff !important;
}
body.high-contrast .brands_slider_container {
    border: 1px #fae704 solid !important;
    background: none !important;
}

body.high-contrast .about {
    border-top: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    background-color: #000000 !important;
}
body.high-contrast .articles,
body.high-contrast .impact-report,
body.high-contrast .portrait-of-inclusivity,
body.high-contrast .galleries,
body.high-contrast .careers,
body.high-contrast .contact,
body.high-contrast .partners,
body.high-contrast .detail-career,
body.high-contrast .detail-partner
{
    border-top: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    background-color: #000000 !important;
}

body.high-contrast .blog-button .btn,
body.high-contrast .btn-register-career,
body.high-contrast .btn-green-download
{
    background-color: #6ff;
}

body.high-contrast .blog-button a,
body.high-contrast .blog-button button,
body.high-contrast .btn-register-career,
body.high-contrast .btn-green-download
{
    color: #000000 !important;
}
body.high-contrast .news-article > .btn-article-cat-dark-cyan {
    background-color: #6ff;
    border: none;
    color: #000000 !important;
}
body.high-contrast .news-article > .btn-article-cat-light-grayish-blue {
    color: #6ff !important;
    background-color: #000000 !important;
    border: solid 1px #6ff !important;
}
body.high-contrast .breadcrumb-category > .breadcrumb-item {
    color: #fae704 !important;
}

body.high-contrast .breadcrumb-category .breadcrumb-item::after {
    content: none !important;
    display: none !important;
}

body.high-contrast
    .breadcrumb-category
    .breadcrumb-item
    + .breadcrumb-item::before {
    content: "" !important;
    background: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fae704' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 2 5 5-5 5'/%3e%3c/svg%3e") !important;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    vertical-align: middle;
}
body.high-contrast .select-sort-by-article {
    color: #fae704 !important;
    background-color: #000000 !important;
    border: solid 1px #ffffff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fae704' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

body.high-contrast .card-article > .card {
    border: solid 1px #ffffff !important;
}

body.high-contrast .bg-card-body-article {
    background-color: #000000 !important;
    border: solid 1px #ffffff !important;
}
body.high-contrast .bg-card-body-article {
    background-color: #000000 !important;
    border: solid 1px #ffffff !important;
}
body.high-contrast .text-category,
body.high-contrast .author h6 {
    color: #6ff !important;
}
body.high-contrast .guide-title-inner,
body.high-contrast .bg-modal-title-service
 {
    background-color: #000000 !important;
}
body.high-contrast .guide-title-inner h4,
body.high-contrast .guide-title-inner p
 {
    color: #fae704 !important;
}
/* content article */
body.high-contrast .time-posted,
body.high-contrast .article-content * {
    color: #fae704 !important;
}

body.high-contrast .badge-detail-cat,
body.high-contrast .author-profile-bg {
    background-color: #6ff !important;
    color: #000000 !important;
}

body.high-contrast .btn-circle-share {
    background-color: #000000 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;

    border-width: 1.8px !important;
    border-style: solid !important;

    transition: all 0.2s ease-in-out;
}

body.high-contrast .btn-circle-share:hover,
body.high-contrast .btn-circle-share:focus,
body.high-contrast .btn-circle-share:active {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

body.high-contrast .btn-circle-share i {
    color: #ffffff !important;
}

body.high-contrast .btn-circle-share:hover i {
    color: #000000 !important;
}

body.high-contrast .btn-square {
    background-color: #000000 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;

    border-width: 1.8px !important;
    border-style: solid !important;

    transition: all 0.2s ease-in-out;
}

body.high-contrast .btn-square:hover,
body.high-contrast .btn-square:focus,
body.high-contrast .btn-square:active {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

body.high-contrast .btn-square i {
    color: #ffffff !important;
}

body.high-contrast .btn-square:hover i {
    color: #000000 !important;
}

body.high-contrast .bg-filter-impact-report {
    background-color: #000000 !important;
    border: 1px solid #ffffff !important;
}
body.high-contrast .border-bottom.border-dark {
    border-color: #ffffff !important;
}
body.high-contrast .text-filter-search,
body.high-contrast .text-filter-search i,
body.high-contrast .date-range {
    color: #ffffff !important;
}

body.high-contrast .pagination-homepage .page-item.active .page-link {
    background-color: #6ff !important;
    color: #000000 !important;
}
body.high-contrast .pagination-homepage .page-item .page-link {
    color: #6ff !important;
    background-color: #000000 !important;
    border-color: #6ff !important;
}

body.high-contrast .blog-button a:hover,
body.high-contrast .blog-button button:hover,
body.high-contrast .btn-register-career:hover,
body.high-contrast .btn-green-download:hover
{
    color: #6ff !important;
    background-color: #000000 !important;
    border: solid 1px #6ff !important;
}

body.high-contrast .blog-button a:hover > i {
    color: #6ff !important;
    transition: 0.5s;
}

body.high-contrast .bg-breadcrumb,
body.high-contrast .bg-section-careers {
    background-color: #000000 !important;
}

body.high-contrast .job-card {
    background-color: #000000 !important;
    border: solid 1px #ffffff !important;
}

body.high-contrast .job-card h6,
body.high-contrast .job-card span,
body.high-contrast .job-card .text-muted {
    color: #fae704 !important;
}
body.high-contrast .job-card i {
    color: #ffffff !important;
}
/* 2. Target Konten Dinamis: Mengubah semua isi dari .job-list-content (p, h1-h6, li, dll) menjadi putih */
body.high-contrast .job-list-content,
body.high-contrast .job-list-content *,
body.high-contrast .detail-career .card h4,
body.high-contrast .detail-career .card h6,
body.high-contrast .detail-career .card h5 > a,
body.high-contrast .cat-n-wm {
    color: #fae704 !important;
}

body.high-contrast .btn-career,
body.high-contrast .btn-contact {
    background-color: #6ff !important;
    color: #000000 !important;
}

body.high-contrast .btn-career:hover,
body.high-contrast .btn-contact:hover {
    color: #6ff !important;
    background-color: #000000 !important;
    border: solid 1px #6ff !important;
}

body.high-contrast .section-box-career,
body.high-contrast .faq-box-career,
body.high-contrast .detail-career .card,
body.high-contrast .contact .card {
    background-color: #000000 !important;
    border: solid 1px #ffffff !important;
}
/* Contact icon */
body.high-contrast .icon-box {
    background-color: #000000 !important;
    border: 2px solid #ffffff !important;
}
body.high-contrast .icon-box i {
    color: #ffffff !important;
}
body.high-contrast .social-icon {
    background-color: #000000 !important;
    border: 2px solid #ffffff !important;
}
body.high-contrast .social-icon i {
    color: #ffffff !important;
}

body.high-contrast .about > .container > .row > .col-xl-6 > h4 > span,
body.high-contrast .sort-by-article,
body.high-contrast .section-box-career .text-green,
body.high-contrast .section-box-career h6,
body.high-contrast .subtitle-social-media,
body.high-contrast .subtitle-dbsf {
    color: #fae704 !important;
}

body.high-contrast .select-start-month-range,
body.high-contrast .select-start-month-range > .text-dark,
body.high-contrast .select-start-year-range,
body.high-contrast .select-start-year-range > .text-dark,
body.high-contrast .select-end-month-range,
body.high-contrast .select-end-month-range > .text-dark,
body.high-contrast .select-end-year-range,
body.high-contrast .select-end-year-range > .text-dark {
    color: #fae704 !important;
    background-color: #000000 !important;
    border: solid 1px #ffffff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fae704' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

body.high-contrast .start-month-range > .text-dark,
body.high-contrast .start-year-range > .text-dark,
body.high-contrast .end-month-range > .text-dark,
body.high-contrast .end-year-range > .text-dark,
body.high-contrast .reset-filter > .text-dark,
body.high-contrast .form-keyword > .text-dark {
    color: #fae704 !important;
}

body.high-contrast .about .container .row .imagestatistic h5,
body.high-contrast .about .container .row .imagestatistic p {
    color: #6ff !important;
}

body.high-contrast .about-main-issue,
body.high-contrast .about-main-issue span {
    color: #fae704 !important;
}
body.high-contrast .rounded-issue-lack-data,
body.high-contrast .rounded-issue-stigma,
body.high-contrast .rounded-issue-skills-gap,
body.high-contrast .rounded-issue-structural-barriers,
body.high-contrast .rounded-issue-policy-gaps,
body.high-contrast .rounded-inclusion,
body.high-contrast .rounded-innovation,
body.high-contrast .rounded-impact {
    background-color: #000000 !important;
    border: 1px solid #ffffff !important;
}
body.high-contrast .rounded-issue-lack-data i,
body.high-contrast .rounded-issue-stigma i,
body.high-contrast .rounded-issue-skills-gap i,
body.high-contrast .rounded-issue-structural-barriers i,
body.high-contrast .rounded-issue-policy-gaps i,
body.high-contrast .rounded-inclusion i,
body.high-contrast .rounded-innovation i,
body.high-contrast .rounded-impact i {
    color: #ffffff !important;
}

body.high-contrast .heading-lack-data,
body.high-contrast .heading-stigma,
body.high-contrast .heading-skills-gap,
body.high-contrast .heading-structural-barriers,
body.high-contrast .heading-policy-gaps,
body.high-contrast .p-lack-data,
body.high-contrast .p-stigma,
body.high-contrast .p-skills-gap,
body.high-contrast .p-structural-barriers,
body.high-contrast .p-policy-gaps,
body.high-contrast .card-co-founder h5,
body.high-contrast .card-co-founder p {
    color: #6ff !important;
}

body.high-contrast .vision-mission,
body.high-contrast .core-values,
body.high-contrast .co-founder {
    border-top: 1px solid #ffffff !important;

    background-color: #000000 !important;
}

body.high-contrast .card-vision,
body.high-contrast .card-mission,
body.high-contrast .card-co-founder,
body.high-contrast .card-vision span,
body.high-contrast .card-mission span {
    background-color: #000000 !important;
    border: 1px solid #ffffff !important;
}

body.high-contrast .card-vision h5,
body.high-contrast .card-mission h5,
body.high-contrast .card-vision p,
body.high-contrast .card-mission ol {
    color: #fae704 !important;
}

body.high-contrast .check-icon,
body.high-contrast .service-bg-process {
    border: 1px solid #ffffff !important;
    background: none;
}
body.high-contrast .check-item > span,
body.high-contrast .accessibility-list li {
    color: #6ff !important;
}

body.high-contrast .service-process-line {
    background-color: #6ff !important;
}

body.high-contrast .service-bg-process {
    background-color: #6ff !important;
}

body.high-contrast .service-bg-process > div {
    color: #000000 !important;
}

body.high-contrast .news-article > .btn-selected-gallery,
body.high-contrast .news-article > a:hover {
    background-color: #6ff !important;
    color: #000000 !important;
}
body.high-contrast .gallery-info > h5 {
    color: #000000 !important;
}

body.high-contrast .gallery .gallery-item:hover .gallery-content {
    background: #6ff !important;
    opacity: 0.8;
}

body.high-contrast .gallery .gallery-item .gallery-plus-icon i {
    color: #000000 !important;
}

body.high-contrast .footer {
    border-top: 1px solid #ffffff !important;
    background-color: #000000 !important;
}

body.high-contrast .copyright {
    border-top: 1px solid #ffffff !important;
    background-color: #000000 !important;
}

body.high-contrast .back-to-top,
body.high-contrast .btn-success-stories {
    background-color: #6ff !important;
}
body.high-contrast .back-to-top i,
body.high-contrast .btn-success-stories i {
    color: #000000 !important;
}

body.high-contrast .back-to-top:hover,
body.high-contrast .btn-success-stories:hover {
    border-color: #6ff !important;
    background-color: #000000 !important;
}

body.high-contrast .back-to-top > i:hover,
body.high-contrast .btn-success-stories > i:hover {
    color: #6ff !important;
}

body.high-contrast .program-title {
    color: #fae704 !important;
    background-color: #000000 !important;
}

body.high-contrast .download-btn {
    background-color: #000000 !important;
    color: #fae704 !important;
    border-color: #6ff !important;
}
body.high-contrast .download-btn:hover {
    background-color: #6ff !important;
    color: #000000 !important;
    border-color: #6ff !important;
}
body.high-contrast .no-jobs {
    background-color: #000000 !important;
    color: #fae704 !important;
    border: 1px solid #ffffff !important;
}
/* FONT SIZE CLASSES */
body.font-small {
    font-size: 0.85rem !important;
}
body.font-medium {
    font-size: 1rem !important;
}
body.font-large {
    font-size: 1.3rem !important;
}

.contrast-tool > button:hover,
.accessibility-link > a:hover {
    color: #000000;
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.5s ease-out,
        visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition:
        opacity 0.5s ease-out,
        visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    /* bottom: 120px; pakai ini jika tombol floating WA digunakan*/
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    background-color: #007c7d;
    color: white;
}
.back-to-top:hover {
    background-color: #0b9b9b;
    color: white;
}

.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 40px;
    display: flex;
    width: 45px;
    height: 60px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: 0.5s;
}
.btn-all-posts {
    background-color: #02ced2;
}
.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}
.btn-whatsapp-square {
    width: 100px;
    height: 50px;
    padding: 0 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.btn-whatsapp-square span {
    margin-right: 10%;
}
.btn.whatsapp:hover {
    background-color: #1f7a12;
    color: #dddddd;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}
/* .bg-work-env {
    background:
        linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        url("../../image-homepage/gallery/inclusion.jpg");
    background-repeat: no-repeat;
    border: 2px solid rgba(222, 221, 221, 0.8);
} */

.bg-work-env {
    background:
        linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        url("../../image-homepage/gallery/inclusion.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 2px solid rgba(222, 221, 221, 0.8);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media (min-width: 992px) {
    .bg-work-env {
        background: white;
    }
    .bg-work-env::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 52%;
        background:
            linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
            url("../../image-homepage/gallery/inclusion.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
        clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    }
}

@media (max-width: 991.98px) {
    .bg-work-env {
        background-size: cover; /* Memaksa gambar menutup seluruh section */
        background-position: center; /* Memastikan gambar tetap di tengah */
    }
}
/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    /* text-transform: uppercase; */
    color: var(--bs-gray-dark);
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}

@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}
/*** Topbar End ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: "Roboto", sans-serif;
    position: relative;
    padding: 35px 15px;
    color: var(--bs-white) !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color: var(--bs-dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-white) !important;
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

/* Style untuk dropdown toggle arrow menggunakan Font Awesome */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/* Styling dan animasi untuk dropdown menu pada desktop */
@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: 0.5s;
        opacity: 0;
    }

    /* warna background untuk nav-item dropdown */
    .navbar .nav-item:hover .dropdown-menu,
    .navbar .nav-item:focus-within .dropdown-menu,
    .navbar .nav-item .dropdown-menu.show {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light);
        transition: 0.5s;
        opacity: 1;
    }

    /* Memastikan dropdown tetap terlihat saat keyboard navigation */
    .navbar .nav-item:focus-within .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}

/* Hover style untuk dropdown items */
.dropdown .dropdown-menu a:hover,
.dropdown .dropdown-menu a:focus {
    background: #0b9b9b;
    color: var(--bs-white);
}

/* Style untuk focus state */
.nav-link:focus,
.dropdown-item:focus {
    outline: 2px solid #0b9b9b;
    outline-offset: -2px;
    background: rgba(0, 194, 197, 0.1);
}

/* Style untuk active dropdown toggle */
.navbar .nav-item .dropdown-toggle.show {
    color: #0b9b9b;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar-light .navbar-brand h1 {
        color: var(--bs-primary);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        /* border: 1px solid var(--bs-primary);
        color: var(--bs-primary); */
        border: 1px solid #0b9b9b;
        color: #0b9b9b;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #dddddd;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        /* color: var(--bs-primary) !important; */
        color: #0b9b9b !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 999;
    }

    /* warna background pada navbar */
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background: #0b9b9b;
        transition: 0.5s;
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}

.border-bottom-image-carousel {
    border-bottom: none;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;
}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh;
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.377), rgba(0, 0, 0, 0.568));
    background-size: cover;
}

@media (max-width: 768px) {
    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        height: 700px;
        margin-top: -100px;
    }

    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        opacity: 0;
    }

    .search-bar {
        /* margin-top: 100px; */
        transition: 0.5s;
    }

    .search-bar .container {
        display: flex;
        flex-direction: column; /* Atur layout vertikal */
        align-items: center; /* Center content horizontally */
    }

    .search-bar .position-relative {
        width: 100% !important; /* Lebarkan kotak biru ke full width */
        position: relative;
        top: 100px; /* Sesuaikan nilai top sesuai kebutuhan */
        border-radius: 1%;
    }
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
/* .bg-breadcrumb {
    background: linear-gradient(#049a9cb6, rgba(19, 53, 123, 0.5)), url(../img/example-disabled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
} */

/* Madding Info Start */
.madding-info {
    background: rgba(235, 235, 236, 0.986);
    box-shadow: 10px 10px rgb(38, 39, 39);
    padding: 2px 10px;
    /* pt-2 pr-3 pb-2 pl-3 */
}
/* Madding Info End */

.bg-purpose {
    background: linear-gradient(
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0.8)
    );
}

.bg-badge-purpose {
    background-color: #007c7d;
}

.word-inclusive {
    color: #d84f01;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-secondary) !important;
}
/*** Single Page Hero Header End ***/

/*** About Start ***/
.about .container .section-about-title {
    position: relative;
    display: inline-block;
    /* text-transform: uppercase; */
    color: var(--bs-gray-dark);
}

.about .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-gray-dark) !important;
}

.about .container .row .imagestatistic h5 {
    font-size: 30px;
    color: #d84f01;
}
/*** About End ***/

/*** Services Start ***/
.service .service-content-inner {
    transition: 0.5s;
}
.service .service-content-inner:hover {
    position: relative;
    /* background: var(--bs-primary) !important; */
}

/* .service .btn {
    background-color: rgba(216, 78, 0, 0.9);

    padding: 12px 24px;
} */

.service a {
    color: white;
}

.service a:hover {
    color: rgba(216, 78, 0, 1);
    background-color: white;
    border: solid 1px rgba(216, 78, 0, 1);
}
.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
    transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
    color: var(--bs-white) !important;
}
body.high-contrast .btn-close-modal-service
{
    color: #000000 !important;
    background-color: #6ff;
}
body.high-contrast .btn-close-modal-service:hover
{
    color: #6ff !important;
    background-color: #000000 !important;
    border: solid 1px #6ff !important;
}
.btn-close-modal-service {
    background-color: #007C7D;
    color: #ffffff;
}
.btn-close-modal-service:hover {
    background-color: #0ea7a7;
    color: #ffffff;
}
/*** Service End ***/

/*** DEI Consultants Start ***/

.vgr-cards {
    .card {
        display: flex;
        flex-flow: wrap;
        flex: 100%;
        margin-bottom: 40px;
        border: none;

        &:nth-child(even) .card-img-body {
            order: 2;
        }

        &:nth-child(even) .card-body {
            padding-left: 0;
            padding-right: 1.25rem;
        }

        @media (max-width: 576px) {
            display: block;
        }
    }

    .card-img-body {
        flex: 1;
        overflow: hidden;
        position: relative;

        @media (max-width: 576px) {
            width: 100%;
            height: 200px;
            margin-bottom: 20px;
        }
    }

    /* .card-img {
      width: 100%;
      height: auto;
      position: absolute;
      margin-left: 50%;
      transform: translateX(-50%);

      @media (max-width: 1140px) {
            margin: 0;
      transform: none;
      width: 100%;
      height: auto;
      }

    } */

    .card-body {
        flex: 2;
        padding: 0 0 0 1.25rem;

        @media (max-width: 576px) {
            padding: 0;
        }
    }
}

/*** DEI Consultants End ***/

/*** Programs Start ***/
.position-relative {
    position: relative;
}

.section-stack {
    position: relative;
}
.section-stack img {
    width: 100%;
    display: block;
}
.section-stack .image-stack::after {
    content: " ";
    display: table;
    clear: both;
}
.section-stack .image-stack__item--top {
    float: left;
    width: 66%;
    margin-right: -100%;
    position: relative;
    z-index: 1;
}
.section-stack .image-stack__item--top img {
    border: 4px solid #ffffff;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.section-stack .image-stack__item--bottom {
    float: right;
    width: 75%;
}
@supports ((display: -ms-grid) or (display: grid)) {
    .section-stack .image-stack {
        display: -ms-grid;
        display: grid;
        position: relative;
        -ms-grid-columns: (1fr) [12];
        grid-template-columns: repeat(12, 1fr);
    }
    .section-stack .image-stack__item--bottom {
        grid-column: 4 / -1;
        -ms-grid-row: 1;
        grid-row: 1;
        width: 100%;
    }
    .section-stack .image-stack__item--top {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1 / span 8;
        /* padding-top: 20%; default*/
        padding-top: 26%;
        width: 100%;
    }
}
/*** Programs End ***/

/*** Destination Start ***/
.destination .tab-class .tab-content .tab-pane .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.destination
    .tab-class
    .tab-content
    .tab-pane
    .destination-img
    .destination-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.5s;
}

.destination
    .tab-class
    .tab-content
    .tab-pane
    .destination-img
    .search-icon
    a
    i {
    opacity: 0;
    transition: 0.5s;
}

.destination .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.destination .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.destination .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon {
    background: rgba(19, 53, 123, 0.4);
}

.destination
    .tab-class
    .tab-content
    .destination-img:hover
    .destination-overlay {
    bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
    opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
    transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
    transform: scale(1.2);
}
/*** Destination End ***/

/*** Packages Start ***/
.packages .packages-item .packages-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}

.packages .packages-item .packages-img .packages-info {
    background: rgba(0, 0, 0, 0.3);
}

.packages .packages-item .packages-img .packages-info small,
.packages .packages-item .packages-img .packages-info small i {
    color: var(--bs-white);
    transition: 0.5s;
}

.packages .packages-item .packages-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid;
    border-radius: 10px !important;
    visibility: hidden;
    transition: 0.7s;
    z-index: 3;
}

.packages .packages-item .packages-img:hover.packages-img::after {
    width: 100%;
    height: 100%;
    border: 300px solid;
    border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6)
        rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
    visibility: visible;
}

.packages .packages-item .packages-img small,
.packages .packages-item .packages-img small i {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover small,
.packages .packages-item .packages-img:hover small i {
    color: var(--bs-white) !important;
}

.packages .packages-item .packages-img img {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover img {
    transform: scale(1.3);
}

.packages .packages-item .packages-img .packages-price {
    position: absolute;
    width: 100px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 5;
}

.packages .packages-carousel {
    position: relative;
}

.packages .packages-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev i,
.packages .packages-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev:hover,
.packages .packages-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.packages .packages-carousel .owl-nav .owl-prev:hover i,
.packages .packages-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-item img {
    min-height: 300px;
    object-fit: cover;
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
    opacity: 1;
    margin: 0;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
    background: #007d7dd5;
}

.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

/*** Gallery End ***/

/*** Tour Booking Start ***/
.booking {
    background:
        linear-gradient(rgba(19, 53, 123, 0.8), rgba(19, 53, 123, 0.8)),
        url(../img/tour-booking-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.booking .container .section-booking-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.booking .container .section-booking-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.booking .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.booking .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

/*** Tour Booking end ***/

/*** Travel Guide Start ***/
.guide .guide-item .guide-img {
    position: relative;
}

.guide .guide-item .guide-img .guide-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: -50px;
    display: flex;
    justify-content: center;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
    z-index: 9;
}

.guide .guide-item .guide-img .guide-img-efects {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.guide .guide-item .guide-img .guide-img-efects::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects::after {
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #0dcaf073;
}

.guide .guide-item .guide-img-efects img {
    transition: 0.5s;
}
.guide .guide-item:hover .guide-img-efects img {
    transform: scale(1.1);
}

.guide .guide-item .guide-title {
    position: relative;
    background: var(--bs-light);
    transition: 0.5s;
}

.guide .guide-item .guide-title::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title::after {
    height: 100%;
    /* background: var(--bs-cyan) !important; */
    background: #0b9b9b !important;
    color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner,
.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 2;
}

.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    color: var(--bs-white);
}
/*** Travel Guide End ***/

/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    color: var(--bs-white);
}

.blog .blog-item .blog-img .blog-img-inner {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
    opacity: 1;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
    height: 100%;
    background: rgba(3, 109, 155, 0.8);
    opacity: 1;
}

.blog .blog-item .blog-img .blog-img-inner {
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-img-inner img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner img {
    transform: scale(1.2);
}
.blog-button .btn,
.about-button .btn {
    background-color: #007c7d;

    padding: 12px 24px;
}

.blog-button a,
.blog-button button,
.about-button a {
    color: white;
}
.blog-button a:hover,
.blog-button button:hover,
.about-button a:hover {
    color: #1f2937;
    background-color: white;
    border: solid 1px #0b9b9b;
}
/*** Blog End ***/
/* Cancel button */
.cancel-button .btn {
    background-color: #808080;
    color: white;
    padding: 12px 24px;
}
.cancel-button a,
.cancel-button button {
    color: white;
}
.cancel-button button:hover {
    color: #100c08;
    background-color: white;
    border: solid 1px #100c08;
}
/* End Cancel button */
.info-card {

    background: rgba(235, 235, 236, 0.986); box-shadow: 10px 10px rgb(38, 39, 39);
}
/*** Konektor Start ***/
.konektor .add {
    border-radius: 20px;
}

.konektor .card {
    border: none;
    border-radius: 10px;
    transition: all 1s;
    cursor: pointer;
}

.konektor .card:hover {
    -webkit-box-shadow: 3px 5px 17px -4px #777777;
    box-shadow: 3px 5px 17px -4px #777777;
}
/*** Konektor End ***/
/*** Testimonial Start ***/
/* .testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px;
    height: 100px;
    top: 0; left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid var(--bs-primary);
    border-style: dotted;
    border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid var(--bs-white);
    border-style: dotted;
    transition: 0.5s;
} */
/*** Testimonial End ***/
/*** Logo Carousel Start ***/
.brands {
    width: 100%;
}

.brands_slider_container {
    height: 130px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 97px;
    padding-right: 97px;
    background: #fff;
    position: relative;
}

.brands_slider {
    height: 100%;
    /* margin-top: 50px; */
}

.brands_item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brands_item img {
    max-height: 100%;
    max-width: 100px; /* Atur lebar maksimum gambar sesuai kebutuhan */
}

.brands_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer;
    z-index: 10; /* Ensure navigation is on top */
}

.brands_nav i {
    color: #0b9b9b;
    transition: all 200ms ease;
}

.brands_nav:hover i {
    color: #676767;
}

.brands_prev {
    left: 40px;
}

.brands_next {
    right: 40px;
}
/*** Article End ***/
.news-card {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}
.news-card img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.news-card .card-title a {
    text-decoration: none;
    color: inherit;
}
.news-card .card-title a:hover {
    color: #07bdc0b6; /* Warna biru saat hover */
}
.text-body {
    color: #747d88 !important;
}

.news-article .nav-link:hover {
    background-color: #007c7d; /* Warna biru muda */
    color: white;
}

.news-article > .btn-article-cat-dark-cyan {
    background-color: #007c7d;
    color: white;
    border-radius: 6px;
}

.news-article > .btn-article-cat-light-grayish-blue {
    background-color: #f8f9fa;
    border-radius: 6px;
    color: black;
}

.breadcrumb-category > .breadcrumb-item {
    color: #212529;
}
.sort-by-article,
.time-posted {
    color: #212529;
}

.select-sort-by-article {
    color: #212529;
    border-color: #212529;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

.badge-detail-cat {
    background-color: #f5ec73;
    color: #020202;
}
.bg-card-body-article {
    background-color: #f8f9fa;
}

.author-profile-bg {
    width: 50px;
    height: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    background-color: #cde2d8;
    color: #007c7d;
}
.text-category {
    color: #198754;
}
/*** Article End ***/
/*** Impact Report Start ***/
.bg-filter-impact-report {
    background-color: #f5f5f5;
}
/*** Impact Report End ***/
a:focus {
    outline: 2px solid black;
    outline-offset: 2px;
}

/*** Careers Start ***/
.bg-section-careers {
    background-color: #efeff0;
}
/*** Careers End ***/
/*** Contact Start ***/
.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Contact End ***/

/*** Subscribe Start ***/
.subscribe {
    background:
        linear-gradient(rgba(19, 53, 123, 0.6), rgba(19, 53, 123, 0.6)),
        url(../img/subscribe-img.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Subscribe End ***/

/* .program-card {
    position: relative;
    aspect-ratio: 1;
    border: 4px solid #0b9b9b;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.program-card:hover {
    transform: scale(1.02);
}

.program-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.program-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.program-title {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-bottom: 1rem;
}

.program-title:hover {
    color: white;
    text-decoration: underline;
}

.corner-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #FFD700 transparent transparent;
    z-index: 1;
}


.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    background-color: transparent;
    color: white;
    text-decoration: none;
    border-radius: 9999px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    margin-top: 1rem;
    border: 2px solid white;
}

.download-btn:hover {
    background-color: #20B2AA;
    color: white;
    border-color: #20B2AA;
    transform: translateY(-2px);
}

.download-btn svg {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}


@media (max-width: 768px) {
    .program-title {
        font-size: 1.2rem;
    }

    .download-btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
    }

    .download-btn svg {
        width: 20px;
        height: 20px;
        margin-left: 8px;
    }
} */
/*** Footer Start ***/
.footer {
    background: #19222e;
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: #05c5c8;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #19222e !important;
}
/*** copyright end ***/
